post /vms
Find Managed VMs (findManagedVms)
Finds the Velostrata Managed VMs.
Consumes
This API call consumes the following media types via the Content-Type request header:
- application/json
Request body
pageRequest PageRequest (required)
Body Parameter — Page request
filter (optional) |
Filter |
page (optional) |
Integer format: int32 |
size (optional) |
Integer format: int32 |
Query parameters
filterManagedVms (required)
Query Parameter — get only managed vms default: true
Return type
ManagedVmDescriptionPage
Example data
Content-Type: application/json
{
"filter": {
"_type": "IdFilter"
},
"page": 0,
"size": 100
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
201
OK ManagedVmDescriptionPage
Default
Error ErrorInfo
errorCode (optional) |
String |
url(optional) |
String |
message (optional) |
String |